home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / misc / dvipsamiga.readme < prev    next >
Text File  |  1992-08-13  |  2KB  |  54 lines

  1. Short: dvips for the Amiga, carefree version
  2.  
  3. This is my pseudo-port of dvips for the Amiga.  Basically, I just
  4. compiled the code with GCC 2.1, so it's not really a port.  I left out
  5. the source code, since it's publically available elsewhere and I made
  6. no changes (at least as far as I remember...).  I *did* include the
  7. Makefile I used to compile.
  8.  
  9. Actually, this is a bit misleading.  I'm not really familiar with GCC,
  10. and I didn't know quite how to handle all the modules.  I ran 'make'
  11. once with -c in the CFLAGS line to keep the object modules unlinked;
  12. then, when all modules were compiled, I removed this flag to link it
  13. up.
  14.  
  15. Also, the makefile called for some bizarre things involving ed, which
  16. the Amiga doesn't have; I created the files concerned by hand,
  17. emulating the ed commands in the makefile.
  18.  
  19. All the output files (and input files required by dvips) are included
  20. in this archive, all moved to the proper directory. I compiled such
  21. that dvips looks in TeX: for its format files and fonts, so you need
  22. to make this assign if you use my binaries.  A sample installation
  23. follows:
  24.  
  25. > cd work:
  26. > lha x dh2:dvipsamiga.lha
  27. [lha reports deleted]
  28. > assign TeX: tex
  29. > cat >>s:ASSIGNS
  30. assign TeX: work:TeX DEFER
  31. [ctrl-\]
  32. > echo "Now go on about your business."
  33. Now go on about your business.
  34.  
  35. Documentation, as in the distribution, is in dvips.tex.
  36.  
  37. This archive contains no fonts; you'll have to fetch them elsewhere.
  38. I know for a fact that some stuff is available from
  39. midway.uchicago.edu:pub/tex/dvips/*, since I just cd-ed(?) there and
  40. looked at it.
  41.  
  42. I don't use TeX (I just needed to PostScript-ify some .dvi files I
  43. have), so I don't know whether this setup clashes with a standard TeX
  44. setup.  If so, my apologies, and you're welcome to use the Makefile.
  45.  
  46. Hope this is useful to someone.
  47.  
  48. --dgc
  49. dgc3@midway.uchicago.edu
  50.  
  51. P.S.  --Note that since this is compiled under GCC2.1, you need v37+
  52. of the ixemul.library loaded into your system.  Do this however you
  53. wish, by putting it into libs: or by using a "loadlib"-type program.
  54.